home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DDIFF32.ARJ / DDIFFREV.DOC < prev    next >
Text File  |  1992-07-28  |  3KB  |  85 lines

  1. /* -------- DDIFF Revision history --------
  2.  
  3.  
  4. 3.2   7-28-92
  5. -------------
  6. -Changed name to DDIFF to avoid conflict with other utilities.
  7. -Added /I option for use with Folio VIEWS
  8. -Recursive directory searching is now the default.  /S will turn it off.
  9. -Revised documentation for release
  10.  
  11.  
  12. 3.1   3-17-92 (never released)
  13. ------------------------------
  14. -Compiled with Borland C++ 3.0
  15. -Removed /N and /S options.  All output is now file based.
  16.  
  17.  
  18. 3.0   12-18-91 (never released)
  19. -------------------------------
  20. -Rewrote directory search routine.  There is no longer a limit on how many
  21. directories DIFF can process on one hard drive.
  22.  
  23.  
  24. 2.2   11-20-91 (never released)
  25. -------------------------------
  26. -Fixed a bug where DIFF would ignore the second directory in a chain
  27.  
  28.  
  29. 2.1a  11-19-91 (never released)
  30. -------------------------------
  31. -Changed the unarchived character to be a colon ("~").
  32. -Changed the Difference file filename display so that the files would be
  33. listed without spaces.
  34. -Changed to support 2,500 filenames per directory instead of only 2,000.
  35.  
  36.  
  37. 2.1  10-17-91
  38. -------------
  39. -Changed display to not scroll the screen so much.
  40. -Optimized using 80286+ processor calls (won't work on an 8088 anymore)
  41.  
  42.  
  43. 2.0  8-16-90
  44. ------------
  45. -Added CRC checking.
  46. -Added archive bit checking.
  47. -Sped up routines a little bit.  Probably not perceptibly though.
  48. -Fixed problem where specifying /R-1 when not starting DIFF from the root
  49. directory.
  50. -Fixed problem with /U messing up the output.
  51.  
  52.  
  53. 1.2  7-2-90
  54. -----------
  55. -Fixed problem where number of differences was reported before logging of
  56. deleted files was done.
  57. -Added keyboard checking to allow interruption of screen display of files
  58. by pressing any key while it is displaying.
  59.  
  60.  
  61. 1.1  6-29-90
  62. ------------
  63. -Added DOS errorlevels for batch file operations
  64. -Removed /ND (no difference file).
  65. -Changed /N option to be equivalent to the old /ND option.
  66. -Added /U (unchanged files) option to work opposite of the old /N (no
  67. unchanged files) option.  The default is now no unchanged files displayed
  68. or logged.
  69. -Added total counts at the end of the Difference file.
  70. -Made it so that if a Directory has no differences in it, the header
  71. information is not displayed or copied to the Difference file.  Saves a
  72. lot of space in Difference files.
  73.  
  74.  
  75. 1.0  6-28-90
  76. ------------
  77. -First release
  78. -Added recursive directory searching (/R).
  79.  
  80.  
  81. 0.0  6-20-90
  82. ------------
  83. Project commenced
  84.  
  85. */